home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 57 / MacAddict_057_2001_05.iso / Software / OSX / REALbasic3Carbon.sit / REALbasic 3.rsrc / STR#_136.txt < prev    next >
Text File  |  2001-02-12  |  3KB  |  35 lines

  1. Displays or hides a list showing the method or event that began code execution and any methods or events called from its code. - Not available because the project is not running.
  2.  
  3. Displays or hides a list showing the method or event that began code execution and any methods or events called from its code.
  4.  
  5. Displays or hides a list of variables and objects along with their current values. - Not available because the project is not running.
  6.  
  7. Displays or hides a list of variables and objects along with their current values.
  8.  
  9. Toggles the breakpoint in the current line of code in the code editor. - Not available because the frontmost window is not the Code Editor or debugger.
  10.  
  11. Toggles the breakpoint in the current line of code in the code editor. The debugger window is displayed when a line of code is about to be executed that has a breakpoint.
  12.  
  13. Executes the remaining lines of code in the current method without stepping through each line of its code and returns to the next line of code that follows the line that the current method was called from. - Not available because the debugger is not open.
  14.  
  15. Executes the remaining lines of code in the current method without stepping through each line of its code and returns to the next line of code that follows the line that the current method was called from.
  16.  
  17. Executes the current line of code by stepping through each line of its code (if it‚Äôs a method from one of the projects windows, classes or modules). - Not available because the debugger is not open.
  18.  
  19. Executes the current line of code by stepping through each line of its code (if it‚Äôs a method from one of the projects windows, classes or modules).
  20.  
  21. Executes the current line of code without stepping through each line of its code (if it‚Äôs a method from one of the projects windows, classes or modules). - Not available because the Debugger is not open.
  22.  
  23. Executes the current line of code without stepping through each line of its code (if it‚Äôs a method from one of the projects windows, classes or modules).
  24.  
  25. Stops the projects code from executing. - Not available because no code is executing.
  26.  
  27. Stops the projects code from executing.
  28.  
  29. Runs the code for the project. This is the equivalent to the user double-clicking on the application icon once a stand alone application is built from the project.
  30.  
  31. Debug menu
  32.  
  33. Use this menu to run and stop your program, step into, over and out of methods when the Debug window is displayed, set and clear breakpoints in your code, and to show or hide the Locals and Stack windows. 
  34.  
  35.